Starting the servers automatically

The default method of starting the Jetty application server, the AutoVue servlet, and the BlueCielo connector servlet is by manually running StartServers.bat as described in Installing AutoVue whenever the AutoVue application server is restarted. The servers can be started automatically using one of the following methods.

To start the servers automatically when Windows boots and a user account logs on:

To start the servers automatically when Windows boots without a user account logged on:

  1. Configure AutoVue Server to run as a service. You do this by running the following in a command prompt window:

    jvueserverx -install

  2. Configure AutoVue Server to automatically start Jetty when it launches. You do this by opening the file jvueserver.properties in any text editor and uncommenting the lines that begin with the following:

    #servlet-engine.classpath=
    #servlet-engine.jre=
    #servlet-engine.cmdline=

  3. In Services control panel, set the Startup Type option of the BCConnectorService and the Oracle AutoVue Server services to Automatic. If the services will not be used for an extended period, we recommend that they be set to Disabled.
Note